home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / DefineButton2_3045 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2011-06-09  |  119 b   |  11 lines

  1. on(press){
  2.    if(_currentframe == 10)
  3.    {
  4.       gotoAndStop(1);
  5.    }
  6.    else
  7.    {
  8.       nextFrame();
  9.    }
  10. }
  11.